[This is preliminary documentation and is subject to change.]
The SourceCodeRef type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| SourceCodeRef(String) | Initializes a new instance of the SourceCodeRef class | |
| SourceCodeRef(IProjectItem) | Initializes a new instance of the SourceCodeRef class |
Methods
| Name | Description | |
|---|---|---|
Indicates whether this instance and a specified object are equal. (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Returns the hash code for this instance. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| ToString | (Overrides |
Extension Methods
Fields
| Name | Description | |
|---|---|---|
| ProjectItem |
References project source item, this property may be null
| |
| SourceName |
Provides name for the source, this property is set to ProjectItem.Name when IProjectItem is supplied in .ctor
|
See Also