Visual Studio 2012
- IBindingList '{0}' has unexpected length after a '{1}' event. This can happen if the IBindingList has been changed without ...
- ID of dialog resource. Typing in an ID will create a new dialog resource. You can also select from the list if an existing ...
- Identified Windows Phone 7 device.The device is currently unlocked for development. Click the Unregister button to lock the ...
- Identified Windows Phone 8 device.The device is currently unlocked for development. Click the Unregister button to lock the ...
- Identifier '{0}' is not a property of the target type '{1}' or is not a static method of an approved scriptable type like ...
- Identifier names must differ from keywords. To use this string as an identifier name, enclose it in brackets. Example: GoTo]. ...
- Identifier names must differ from keywords. To use this string as an identifier name, prefix it with the @ character. Example: ...
- Identifiers must be integers between 0 and 65535. Integers between -32768 and -1 will be converted to their bit-wise equivalent ...
- Identifiers which conflict in whole or in part with namespace names should be avoided. Names that describe the purpose or ...
- Identifiers which conflict with reserved language keywords should be avoided. Using a reserved keyword as an identifier makes ...
- Identifies the certificate store where certificates are installed. Use either "Root", "CA", "TrustedPeople", or a custom ...
- Identity Specifiers: sid:sid - References the identity with the specified SID. Example: sid:S-1-5-21-2127521184-1604012920-1887927527-588340 ...
- If %1 is not from a known and trusted source, this command could be invalid or dangerous to run. Do you wish to run this ...
- If a COM registration method is provided, an unregistration method must also be provided to reverse the operations performed ...
- If a disposable object is not explicitly disposed before all references to it are out of scope, the object will be disposed ...
- If a function name contains "uri" or "url" or "urn" and the return type is string, the return type should be changed to System.Uri. ...
- If a legacy add-in exists, specifies the dll of the legacy addin. If a full path isn't specified, Visual Studio will look ...
- If a legacy add-in exists, specifies the name of the export for the legacy add-in implementation. Valid only if 'LegacyAddin' ...
- If a method overloads another method by replacing a System.Uri parameter with a string, then the string overload should simply ...
- If a method uses an IntPtr or UIntPtr field in a class with a finalizer and does not call GC.KeepAlive, a race condition ...
- If a parameter name contains "uri" or "url" or "urn", and it's typed as string, the parameter type should be changed to System.Uri, ...
- If a splitter is used in a group, the group can have only one column to the left of the splitter and one column to the right ...
- If a test project contains coded UI tests, or a reference to an assembly built using the .NET Framework 4, you cannot target ...
- If a type contains fields attributed as OptionalField, then it should implement the corresponding special deserialization ...
- If a type implements a Dispose method and has unmanaged resources, it should provide a Finalize method in case Dispose is ...
- If a type inherits from a disposable type, it must call the Dispose method of the base type from within its own Dispose method. ...
- If a type is assignable to ISerializable, it should implement GetObjectData. For unsealed types, the GetObjectData method ...
- If a type that implements IDisposable owns fields that also implement IDisposable, the encapsulating type's Dispose() implementation ...
- If an assembly implementing the custom security object references other assemblies, add the referenced assemblies to the ...
- If an overload exists that takes a CultureInfo argument, it should always be called in favor of an overload that does not. ...
- If an overload exists that takes a StringComparison argument, it should always be called in favor of an overload that does ...
- If an overload exists that takes an IFormatProvider argument, it should always be called in favor of an overload that does ...
- If checked, a space is added after the open parenthesis and before the close parenthesis for statements such as "if", "for", ...
- If checked, a space is added after the open parenthesis and before the close parenthesis of a type cast expression. If unchecked, ...
- If checked, a space is added after the open parenthesis and before the close parenthesis of an expression. If unchecked, ...
- If checked, a space is added after the open parenthesis and before the close parenthesis of the argument list. If unchecked, ...
- If checked, a space is added after the open square bracket and before the close square bracket. If unchecked, spaces are ...
- If checked, a space is added between the closing parenthesis of a type cast and the expression being casted. If unchecked, ...
- If checked, a space is added between the keyword ("if", "for", "using", "catch", etc.) and open parenthesis of the statement. ...
- If checked, a space is added between the name and open parenthesis of the argument list. If unchecked, spaces are removed. ...
- If checked, a space is added between the open parenthesis and the close parenthesis of an empty argument list. If unchecked, ...
- If checked, a space is added between the open square bracket and the close square bracket. If unchecked, spaces are removed. ...
- If checked, blocks declared on a single line will not be affected by formatting. If unchecked, they will be broken into multiple ...
- If checked, each clause of a query expression is placed on a new line. If unchecked, the original structure is maintained. ...
- If checked, each member of an anonymous type is placed on a new line. If unchecked, the original structure is maintained. ...
- If checked, each member of an object initializer is placed on a new line. If unchecked, the original structure is maintained. ...
- If checked, multiple statements or members declared on a single line will not be affected by formatting. If unchecked, each ...
- If checked, the "catch" keyword in a "try-catch" statement is placed on the line following the close brace. If unchecked, ...
- If checked, the "else" keyword in a "if-else" statement is placed on the line following the close brace. If unchecked, it ...
- If checked, the "finally" keyword in a "try-finally" statement is placed on the line following the close brace. If unchecked, ...
- If checked, the "while" keyword in a "do-while" loop will placed on the line following the close brace. If unchecked, it ...
- If checked, the app recognizes all file types. If unchecked, the app recognizes only the file types that are declared under ...
- If checked, the open brace for a control statement is placed on the line following the statement. If unchecked, it is placed ...
- If checked, the open brace for a lambda expression is placed on a new line. If unchecked, it is placed on the same line. ...
- If checked, the open brace for a method, property, or indexer declaration is placed on the line following the declaration. ...
- If checked, the open brace for a type declaration is placed on the line following the declaration. If unchecked, it is placed ...
- If checked, the open brace for an anonymous method is placed on the line following the declaration. If unchecked, it is placed ...
- If checked, the open brace for an anonymous type declaration is placed on a new line. If unchecked, it is placed on the same ...
- If checked, the open brace for an object initializer is placed on a new line. If unchecked, it is placed on the same line. ...
- If Configuring Sharepoint, the sharepoint admin site account and password must be supplied (WssAdminSiteAccountName and WssAdminSitePassword) ...
- If converting to SafeHandle usage, remove all calls to GC.KeepAlive(object). Classes relying on SafeHandle do not require ...
- If False, the actual parameter must be the constraint type (if there is one) or one of its subclasses. If True, the actual ...
- If Lock screen notifications are enabled, you must specify one or more Background task declarations of type "Timer", "Control ...
- If MSBuild debugging does not work correctly, please verify that the "Just My Code" feature is enabled in Visual Studio, ...
- If not empty, this type is defined by binding values to the parameters of a type that has template parameters. For example, ...
- If set to true, and the current machine is 64-bit, then run F# Interactive as a 64-bit process. (Otherwise, F# Interactive ...
- If set to true, specifies whether the rollback should proceed even when it will cause local data to be lost from some role ...
- If statement Conditionally runs a group of statements, depending on the value of an expression. If Then Else -or- If Then].[ElseIf ...
- If TestExpression evaluates to True, the function calculates and returns the TruePart object. Otherwise, it returns the FalsePart ...
- If the application under test has an application exception dialog open or is not working correctly, close the dialog or close ...
- If the certificate is not already uploaded to Windows Azure, click the Copy Path button above. Go to the Windows Azure Portal ...
- If the changesets you are tracking include a large number of items, specify a path to a smaller number of items to avoid ...
- If the computer name of the SCVMM server has been changed after upgrade, reconfigure the SCVMM using the following command:'{0}'. ...
- If the configDBOnly switch is used then the operation will create a new instance id for the TFS Instance but none of the ...
- If the default value '{0}' of parameter {1} on method {2} refers to a special system location, consider making parameter ...